forked from OSchip/llvm-project
gn build: Update comment I failed to update in r367340 / D65462
llvm-svn: 367341
This commit is contained in:
parent
2859bbb3e2
commit
3b0769b7b4
|
@ -3,8 +3,6 @@ import("//llvm/version.gni")
|
|||
|
||||
# This build file is just enough to get check-clang to pass, it's missing
|
||||
# several things from the CMake build:
|
||||
# - linking in clangTidyPlugin and clangIncludeFixerPlugin from
|
||||
# clang-tools-extra (which doesn't have any GN build files yet)
|
||||
# - using libclang.exports
|
||||
# - a build target copying the Python bindings
|
||||
# - the GN linux build always builds without -fPIC (as if LLVM_ENABLE_PIC=OFF
|
||||
|
|
Loading…
Reference in New Issue