Skip to content

Instantly share code, notes, and snippets.

@annanay25
Created August 25, 2017 19:08
Show Gist options
  • Save annanay25/9d8c34a38e7cca3c38e52ccd3960623e to your computer and use it in GitHub Desktop.
Save annanay25/9d8c34a38e7cca3c38e52ccd3960623e to your computer and use it in GitHub Desktop.
There's just one file in this directory - JSONExporter.cpp
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