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
  • Loading branch information
lewurm committed Sep 12, 2023
1 parent 1ad3c3b commit 2ab3f63
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 2ab3f63

Please sign in to comment.