Skip to content

Commit 9716ef4

Browse files
committed
Add the missing llvm definitions.
This should fix the bot error: expected ')' before 'PRIxPTR' A similar issue is reported in tensorflow/tensorflow#12998
1 parent 84e2552 commit 9716ef4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ if(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
106106
endif()
107107

108108
find_package(Clang REQUIRED)
109+
include(AddLLVM)
110+
include(HandleLLVMOptions)
111+
add_definitions(${LLVM_DEFINITIONS})
109112
find_package(argparse REQUIRED)
110113
find_package(pugixml REQUIRED)
111114

0 commit comments

Comments
 (0)