mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 10:01:42 +00:00
[bazel] Port ae8bbc43f4
This commit is contained in:
parent
11ec7307a3
commit
cc88212d81
@ -30,9 +30,21 @@
|
||||
|
||||
/* Default C/ObjC standard to use. */
|
||||
/* #undef CLANG_DEFAULT_STD_C */
|
||||
/* Always #define something so that missing the config.h #include at use sites
|
||||
* becomes a compile error.
|
||||
*/
|
||||
#ifndef CLANG_DEFAULT_STD_C
|
||||
#define CLANG_DEFAULT_STD_C LangStandard::lang_unspecified
|
||||
#endif
|
||||
|
||||
/* Default C++/ObjC++ standard to use. */
|
||||
/* #undef CLANG_DEFAULT_STD_CXX */
|
||||
/* Always #define something so that missing the config.h #include at use sites
|
||||
* becomes a compile error.
|
||||
*/
|
||||
#ifndef CLANG_DEFAULT_STD_CXX
|
||||
#define CLANG_DEFAULT_STD_CXX LangStandard::lang_unspecified
|
||||
#endif
|
||||
|
||||
/* Default C++ stdlib to use. */
|
||||
#define CLANG_DEFAULT_CXX_STDLIB ""
|
||||
|
Loading…
Reference in New Issue
Block a user