Skip to content

Commit

Permalink
Merge pull request #210 from madsmtm/fix-assembly-tests
Browse files Browse the repository at this point in the history
Fix nightly assembly tests
  • Loading branch information
madsmtm committed Jul 22, 2022
2 parents 636c3db + 16d86ca commit 2c02ac3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-assembly/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ pub fn read_assembly<P: AsRef<Path>>(path: P) -> io::Result<String> {
let s = strip_lines(&s, ".macosx_version_");
let s = strip_lines(&s, ".ios_version_");
let s = strip_lines(&s, ".build_version");
// Added in nightly-2022-07-21
let s = strip_lines(&s, ".no_dead_strip");
// We remove the __LLVM,__bitcode and __LLVM,__cmdline sections because
// they're uninteresting for out use-case.
//
Expand Down

0 comments on commit 2c02ac3

Please sign in to comment.