summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorAnders Waldenborg <anders@0x63.nu>2013-10-09 19:02:09 +0000
committerAnders Waldenborg <anders@0x63.nu>2013-10-09 19:02:09 +0000
commitd39827d4a40e480e1f4d282b190d0e78fd50ba20 (patch)
tree1b470a69df69a49dc751773f50fb1c4353f63a46 /clang/lib/Frontend/CompilerInvocation.cpp
parent95407c157bcebb3d7b4c7ae156d67ab35a0aa8a5 (diff)
downloadbcm5719-llvm-d39827d4a40e480e1f4d282b190d0e78fd50ba20.tar.gz
bcm5719-llvm-d39827d4a40e480e1f4d282b190d0e78fd50ba20.zip
llvm-c: Make target initializer functions external functions in lib.
Making them proper functions defined in the (shared)lib instead of static inlines defined in the header files makes it possible to actually distribute a binary compiled against the shared library without having to worry about getting undefined symbol errors when calling e.g LLVMInitializeAllTargetInfos because the shared library on the other system was compiled with different targets. Differential Revision: http://llvm-reviews.chandlerc.com/D1714 llvm-svn: 192316
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud