attempt to fix build of Interopt Example on ubuntu 14.04.

This commit is contained in:
Vasily Levchenko
2016-10-05 11:48:55 +03:00
parent a24c2fec33
commit 9deec08348
+1 -1
View File
@@ -24,5 +24,5 @@ linkerOpts = -stdlib=libc++ -fPIC -fvisibility-inlines-hidden \
-lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMInstrumentation -lLLVMProfileData -lLLVMTransformUtils \
-lLLVMBitWriter -lLLVMExecutionEngine -lLLVMTarget -lLLVMAnalysis -lLLVMRuntimeDyld -lLLVMObject -lLLVMMCParser \
-lLLVMBitReader -lLLVMMC -lLLVMCore -lLLVMSupport -lz -lm -lffi
linkerOpts.linux = -Wl,-z,noexecstack
linkerOpts.osx = -lcurses