-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
system for compiler-dependent lift configs
- Loading branch information
1 parent
33ba34c
commit 306d0d8
Showing
6 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
db97697fa77dfd2f129a15c06b9aebc7 correct/syscall/clang_O2/a.out | ||
1d0d20d3ebe7600f619de3032febe92e correct/syscall/clang_O2/syscall.adt | ||
f7bdf574c930ad23d6750de08179986d correct/syscall/clang_O2/syscall.bir | ||
a086bac2a1d8e547c1cb5a7eeb69c358 correct/syscall/clang_O2/syscall.relf | ||
f56862bf3e8ccdb223a4754b9dfe5af4 correct/syscall/clang_O2/syscall.gts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
ENABLED_COMPILERS = clang clang_O2 gcc gcc_O2 | ||
ENABLED_COMPILERS = clang clang_O2 gcc gcc_O2 | ||
|
||
# disable BAP for clang_O2 | ||
LIFT_ARTEFACTS_clang_O2 = $(COMMON_ARTEFACTS) $(GTIRB_ARTEFACTS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters