Skip to content

Commit

Permalink
[GR-48261] Avoid empty directories in ld64.lld standalone
Browse files Browse the repository at this point in the history
PullRequest: graal/15551
  • Loading branch information
lewurm authored and gilles-duboscq committed Sep 12, 2023
2 parents f03c3e7 + 2ab3f63 commit 101e5fa
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions substratevm/mx.substratevm/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -1988,18 +1988,8 @@
"clibraries/" : ["extracted-dependency:substratevm:SVM_HOSTED_NATIVE"],
"builder/clibraries/" : ["extracted-dependency:substratevm:SVM_HOSTED_NATIVE"],
"builder/lib/" : ["dependency:com.oracle.svm.native.reporterchelper"],
"./": [
{
"source_type": "extracted-dependency",
"dependency": "LLVM_LLD_STANDALONE",
"path": "*",
"exclude": [
"lib/*",
"include/*",
"share/*",
]
},
],
# Note: `ld64.lld` is a symlink to `lld`, but it is dereferenced here.
"bin/" : ["extracted-dependency:LLVM_LLD_STANDALONE/bin/ld64.lld"],
},
},

Expand Down

0 comments on commit 101e5fa

Please sign in to comment.