DEBUGINFO: makes debug info stab usable from konan compiler

This commit is contained in:
Vasily Levchenko
2017-04-14 16:27:44 +03:00
committed by vvlevchenko
parent 05c25e4e0a
commit 84d62eb471
4 changed files with 8 additions and 30 deletions
-7
View File
@@ -1,7 +0,0 @@
headers = DebugInfoC.h
compilerOpts=-fPIC
linkerOpts.osx = -Wl,-all_load -L../llvmDebugInfoC/build/libs/debugInfo/static -ldebugInfo
linkerOpts.linux = --Wl,--whole-archive -L../llvmDebugInfoC/build/libs/debugInfo/static -ldebugInfo --Wl,--no-whole-archive -lLLVMCore -lLLVMSupport
compilerOpts.osx = -IllvmDebugInfoC/include -Idependencies/all/clang+llvm-3.9.0-darwin-macos/include
compilerOpts.linux = -IllvmDebugInfoC/include -Idependencies/all/clang+llvm-3.9.0-linux-x86-64/include