Using LLVM Clang 2.6 with Xcode 3.2

后端 未结 2 488
孤城傲影
孤城傲影 2021-02-07 13:39

So, I\'ve just downloaded the LLVM Clang (2.6) binaries.
Mac OS X 10.6 comes with Clang 1.0.

Do you know how to integrate a later version of Clang with the Xc

2条回答
  •  迷失自我
    2021-02-07 14:31

    So, dont overwrite! Rename them to their respective version (e.g. clang-1.0), then create a symbolic link to the one you want. If something goes wrong, you can switch it to the original version.

    /Developer/usr/bin .. in case you dont know where the bins are.

提交回复
热议问题