Skip to content
Snippets Groups Projects
Commit ba7aa83f authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Properly enable AMDGPU as a non experimental target

parent 4a6ee1bd
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,7 @@
-DCMAKE_MODULE_LINKER_FLAGS="(@= cflags @) (@= options["modern_linker_flags"] @)" \
-DCMAKE_INSTALL_PREFIX="$ORCHESTRA_ROOT" \
-DCMAKE_CXX_FLAGS="(@= cflags @)" \
-DLLVM_TARGETS_TO_BUILD="X86" \
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="AMDGPU" \
-DLLVM_TARGETS_TO_BUILD="X86;AMDGPU" \
-DLLVM_ENABLE_DUMP=ON \
-DLLVM_ENABLE_TERMINFO=OFF \
-DLIBCXX_ENABLE_ABI_LINKER_SCRIPT=OFF \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment