mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 16:56:35 +00:00
[libcxx][CMake] Do not hard-code the ABI for the GPU build
Summary: We specify the ABI to experimental, but we should leave this up to the user. Primarily this is because we want the ABI to be compatible with the user's CPU build, so the default should be used.
This commit is contained in:
parent
2162a18fb2
commit
6d66ac51a4
@ -1,5 +1,4 @@
|
||||
# Configuration options for libcxx.
|
||||
set(LIBCXX_ABI_VERSION 2 CACHE STRING "")
|
||||
set(LIBCXX_CXX_ABI libcxxabi CACHE STRING "")
|
||||
set(LIBCXX_ENABLE_EXCEPTIONS OFF CACHE BOOL "")
|
||||
set(LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "")
|
||||
|
@ -1,5 +1,4 @@
|
||||
# Configuration options for libcxx.
|
||||
set(LIBCXX_ABI_VERSION 2 CACHE STRING "")
|
||||
set(LIBCXX_CXX_ABI libcxxabi CACHE STRING "")
|
||||
set(LIBCXX_ENABLE_EXCEPTIONS OFF CACHE BOOL "")
|
||||
set(LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user