Created
August 25, 2017 19:08
-
-
Save annanay25/9d8c34a38e7cca3c38e52ccd3960623e to your computer and use it in GitHub Desktop.
There's just one file in this directory - JSONExporter.cpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc_library( | |
name="polly_exchange", | |
srcs = glob ([ | |
"tools/polly/lib/Exchange/*.cpp" | |
]), | |
hdrs = [ | |
"include/llvm/Config/llvm-config.h", | |
"include/llvm/IR/Attributes.gen", | |
"include/llvm/Config/abi-breaking.h", | |
"include/llvm/IR/Intrinsics.gen", | |
"include/llvm/Support/DataTypes.h", | |
"tools/polly/include/polly/Config/config.h", | |
"tools/polly/lib/External/isl/include/isl/stdint.h", | |
], | |
includes = [ | |
"tools/polly/include", | |
"tools/polly/lib/External/isl/include", | |
"include", | |
], | |
copts = [ | |
"-Iexternal/llvm/include", | |
"-Iexternal/llvm/tools/polly/include", | |
"-Iexternal/llvm/tools/polly/lib/External/isl/include", | |
"-Iexternal/jsoncpp_git/include", | |
], | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment