summaryrefslogtreecommitdiffstats
path: root/source/d/llvm/clang_disable_pgo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/llvm/clang_disable_pgo.patch')
-rw-r--r--source/d/llvm/clang_disable_pgo.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/source/d/llvm/clang_disable_pgo.patch b/source/d/llvm/clang_disable_pgo.patch
new file mode 100644
index 000000000..c3998798d
--- /dev/null
+++ b/source/d/llvm/clang_disable_pgo.patch
@@ -0,0 +1,14 @@
+--- ./tools/clang/lib/CodeGen/CodeGenPGO.cpp.orig 2018-03-08 19:50:01.115345121 -0600
++++ ./tools/clang/lib/CodeGen/CodeGenPGO.cpp 2018-03-08 19:52:24.016358481 -0600
+@@ -22,10 +22,7 @@
+ #include "llvm/Support/FileSystem.h"
+ #include "llvm/Support/MD5.h"
+
+-static llvm::cl::opt<bool>
+- EnableValueProfiling("enable-value-profiling", llvm::cl::ZeroOrMore,
+- llvm::cl::desc("Enable value profiling"),
+- llvm::cl::Hidden, llvm::cl::init(false));
++static bool EnableValueProfiling = false;
+
+ using namespace clang;
+ using namespace CodeGen;