summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Linker/LinkModules.cpp
diff options
context:
space:
mode:
authorKeno Fischer <kfischer@college.harvard.edu>2016-03-14 20:49:06 +0000
committerKeno Fischer <kfischer@college.harvard.edu>2016-03-14 20:49:06 +0000
commit71b5a81e7724b8ff06da9272906a056c55193b9f (patch)
treee1a7f0fa020391dc54cc849eedd6aca8da010211 /llvm/lib/Linker/LinkModules.cpp
parent7d1eb1de744a70cf35cec8fd090d26b7ad108d79 (diff)
downloadbcm5719-llvm-71b5a81e7724b8ff06da9272906a056c55193b9f.tar.gz
bcm5719-llvm-71b5a81e7724b8ff06da9272906a056c55193b9f.zip
[JITEventListener] Fix some -Wundef warnings
Summary: This check was added in rL152620, and has started causing downstream warnings in Julia: ``` In file included from /home/tkelman/Julia/julia-0.5/src/codegen.cpp:22:0: /home/tkelman/Julia/julia-0.5/usr/include/llvm/ExecutionEngine/JITEventListener.h:84:5: warning: "LLVM_USE_INTEL_JITEVENTS" is not defined [-Wundef] #if LLVM_USE_INTEL_JITEVENTS ^ /home/tkelman/Julia/julia-0.5/usr/include/llvm/ExecutionEngine/JITEventListener.h:100:5: warning: "LLVM_USE_OPROFILE" is not defined [-Wundef] #if LLVM_USE_OPROFILE ^ ``` Patch by Tony Kelman. Reviewers: loladiro Differential Revision: http://reviews.llvm.org/D17254 llvm-svn: 263487
Diffstat (limited to 'llvm/lib/Linker/LinkModules.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud