File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: c485301d210872c38fe840c58d27d97c4e97d7a5
5
+ refs/heads/try: bda40e2e4ada8d091ddd29a2b1b42f7792a1964e
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change 14
14
fi
15
15
16
16
clang++ -emit-llvm -S -m$BITS -O3 -Isrc/rt/isaac -Isrc/rt/uthash \
17
- -Isrc/rt/arch/$ARCH -fno-stack-protector \
17
+ -Isrc/rt/arch/$ARCH -Isrc/rt - fno-stack-protector \
18
18
-o src/rt/intrinsics/intrinsics.$ARCH .ll.in \
19
19
src/rt/intrinsics/intrinsics.cpp
20
20
sed -i .orig \
Original file line number Diff line number Diff line change 4
4
// Build with the script in src/etc/gen-intrinsics
5
5
6
6
#include " ../rust_internal.h"
7
+ #include " ../rust_util.h"
7
8
#include " ../rust_scheduler.h"
8
9
#include < cstdlib>
9
10
#include < cstring>
You can’t perform that action at this time.
0 commit comments