Skip to content

Commit 5ba3744

Browse files
authored
Move libc++ settings to __config_site. NFC (#16992)
1 parent 332d076 commit 5ba3744

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

system/lib/libcxx/include/__config

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// XXX EMSCRIPTEN: macros that would ordinarily be added from __config_site.in
2-
#define _LIBCPP_HAS_NO_VENDOR_AVAILABILITY_ANNOTATIONS
3-
41
// -*- C++ -*-
52
//===--------------------------- __config ---------------------------------===//
63
//
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
// Set the LIBCPP ABI version 2 under emscripten so that we get nicely aligned string
22
// data and other nice fixes.
33
#define _LIBCPP_ABI_VERSION 2
4+
#define _LIBCPP_HAS_NO_VENDOR_AVAILABILITY_ANNOTATIONS

0 commit comments

Comments
 (0)