forked from harvard-acc/LLVM-Tracer
-
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.
Delete the example/ directory and move triad to playground. (harvard-…
…acc#40) The example directory is long out of date and doesn't work anymore. Also, update the README to mention that WORKLOAD also needs to be updated. Fixes issue harvard-acc#39.
- Loading branch information
Showing
8 changed files
with
9 additions
and
56 deletions.
There are no files selected for viewing
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# This compiles all .c files located in this directory. | ||
export WORKLOAD=top_level | ||
TOP_LEVEL ?= top_level | ||
export WORKLOAD=$(TOP_LEVEL) | ||
|
||
include Makefile.tracer |
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
File renamed without changes.
File renamed without changes.