File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ In this demo we will look at:
12
12
Set up some environment variables according to where you want to clone/build
13
13
all of the code:
14
14
``` bash
15
- export WORKINGD_DIR =~
15
+ export WORKING_DIR =~
16
16
```
17
17
18
18
Change the directory to wherever you'd like to put everything.
@@ -554,4 +554,4 @@ Now, you should have a build of clang in `$WORKING_DIR/llvm-release-build/bin` t
554
554
you can use to compile projects using the ML regalloc eviction heuristic.
555
555
To compile with the ML regalloc eviction heuristic, all you need to do
556
556
is make sure to pass the ` -mllvm -regalloc-enable-advisor=release ` flag
557
- to ` clang ` whenever you're compiling something.
557
+ to ` clang ` whenever you're compiling something.
You can’t perform that action at this time.
0 commit comments