Skip to content

Commit 6d66ac5

Browse files
committed
[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.
1 parent 2162a18 commit 6d66ac5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libcxx/cmake/caches/AMDGPU.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Configuration options for libcxx.
2-
set(LIBCXX_ABI_VERSION 2 CACHE STRING "")
32
set(LIBCXX_CXX_ABI libcxxabi CACHE STRING "")
43
set(LIBCXX_ENABLE_EXCEPTIONS OFF CACHE BOOL "")
54
set(LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "")

libcxx/cmake/caches/NVPTX.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Configuration options for libcxx.
2-
set(LIBCXX_ABI_VERSION 2 CACHE STRING "")
32
set(LIBCXX_CXX_ABI libcxxabi CACHE STRING "")
43
set(LIBCXX_ENABLE_EXCEPTIONS OFF CACHE BOOL "")
54
set(LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "")

0 commit comments

Comments
 (0)