Skip to content

Commit 22f459e

Browse files
committed
delete dce
1 parent b362833 commit 22f459e

File tree

8 files changed

+10
-386
lines changed

8 files changed

+10
-386
lines changed

‎tooling/plugin_DCE/.gitignore‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎tooling/plugin_DCE/CMakeLists.txt‎

Lines changed: 0 additions & 24 deletions
This file was deleted.

‎tooling/plugin_DCE/DeadMethod.cpp‎

Lines changed: 0 additions & 267 deletions
This file was deleted.

‎tooling/plugin_DCE/DeadMethod.exports‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎tooling/plugin_DCE/Makefile‎

Lines changed: 0 additions & 28 deletions
This file was deleted.

‎tooling/plugin_DCE/README.md‎

Lines changed: 0 additions & 54 deletions
This file was deleted.

‎tooling/plugin_warnGV/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
warnglobals.so: WarnGlobals.cpp
3-
clang++ -std=c++98$$(llvm-config --cflags --ldflags) -shared -fPIC -o "$@"$^ -L/usr/lib/llvm/ -lclang
3+
clang++ -std=c++14$$(llvm-config --cflags)$$(llvm-config --ldflags) -shared -fPIC -o "$@"$^ -L/usr/lib/llvm/ -lclang
44

55
test.o: warnglobals.so
66
clang++ -Xclang -load -Xclang ./warnglobals.so -Xclang -add-plugin -Xclang warn-globals -o "$@" -c test.cpp

0 commit comments

Comments
(0)