Skip to content

Commit 2c02ac3

Browse files
authored
Merge pull request #210 from madsmtm/fix-assembly-tests
Fix nightly assembly tests
2 parents 636c3db + 16d86ca commit 2c02ac3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-assembly/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ pub fn read_assembly<P: AsRef<Path>>(path: P) -> io::Result<String> {
5454
let s = strip_lines(&s, ".macosx_version_");
5555
let s = strip_lines(&s, ".ios_version_");
5656
let s = strip_lines(&s, ".build_version");
57+
// Added in nightly-2022-07-21
58+
let s = strip_lines(&s, ".no_dead_strip");
5759
// We remove the __LLVM,__bitcode and __LLVM,__cmdline sections because
5860
// they're uninteresting for out use-case.
5961
//

0 commit comments

Comments
 (0)