We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43b1ef commit cc30ee1Copy full SHA for cc30ee1
clang/unittests/Interpreter/CMakeLists.txt
@@ -34,7 +34,7 @@ add_distinct_clang_unittest(ClangReplInterpreterTests
34
message(STATUS "CMAKE_SYSTEM_PROCESSOR: ${CMAKE_SYSTEM_PROCESSOR}")
35
message(STATUS "CMAKE_SYSTEM_NAME: ${CMAKE_SYSTEM_NAME}")
36
37
-if(CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64")
+if(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
38
set(_orc_rt_target orc_rt-x86_64)
39
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm64" AND CMAKE_SYSTEM_NAME STREQUAL "Darwin")
40
set(_orc_rt_target orc_rt_osx)
0 commit comments