Skip to content

Commit 67e149a

Browse files
committed
revert me
1 parent 6bc08b4 commit 67e149a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Requires = language:nfi
22

33
Args = -H:MaxRuntimeCompileMethods=7000 \
4+
-H:+PreserveFramePointer \
5+
-H:-AOTInline \
6+
-g \
7+
-H:-DeleteLocalSymbols \
48
-H:ReflectionConfigurationFiles=${.}/reflectconfig.json \
59
-H:+TruffleCheckBlockListMethods \
610
--features=com.oracle.truffle.espresso.FinalizationFeature

sdk/mx.sdk/suite.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,9 @@
165165
},
166166
"aarch64" : {
167167
# GR-34811
168-
"optional": True,
169-
}
168+
"urls" : ["http://localhost:8000/llvm-llvmorg-12.0.1-3-g6e0a5672bc-bgf11ed69a5a-darwin-aarch64.tar.gz"],
169+
"sha1" : "0d45bc29152ac9dd4fc003a32afd804e23cec443",
170+
},
170171
},
171172
"windows" : {
172173
"amd64" : {

tools/mx.tools/suite.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@
340340
"amd64" : {
341341
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/visualvm/visualvm-1072-macosx-x86_64.tar.gz"],
342342
"sha1" : "6bd0c10ba7128bbc9903a1dee089bbe572971cc9",
343+
},
344+
"aarch64" : {
345+
"urls" : ["https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/visualvm/visualvm-1072-macosx-x86_64.tar.gz"],
346+
"sha1" : "6bd0c10ba7128bbc9903a1dee089bbe572971cc9",
343347
}
344348
},
345349
"windows" : {

0 commit comments

Comments
 (0)