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.
2 parents 144f270 + d3a19b5 commit fc28763Copy full SHA for fc28763
llvm/include/llvm/Support/ProgramStack.h
@@ -12,6 +12,8 @@
12
#include "llvm/ADT/STLFunctionalExtras.h"
13
#include "llvm/Support/Compiler.h"
14
15
+// FIXME: Temporarily disable split stacks. rdar://154158529
16
+#if 0
17
// LLVM_HAS_SPLIT_STACKS is exposed in the header because CrashRecoveryContext
18
// needs to know if it's running on another thread or not.
19
//
@@ -22,6 +24,7 @@
22
24
# define LLVM_HAS_SPLIT_STACKS
23
25
# define LLVM_HAS_SPLIT_STACKS_AARCH64
26
#endif
27
+#endif
28
29
namespace llvm {
30
0 commit comments