We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 636c3db + 16d86ca commit 2c02ac3Copy full SHA for 2c02ac3
test-assembly/src/lib.rs
@@ -54,6 +54,8 @@ pub fn read_assembly<P: AsRef<Path>>(path: P) -> io::Result<String> {
54
let s = strip_lines(&s, ".macosx_version_");
55
let s = strip_lines(&s, ".ios_version_");
56
let s = strip_lines(&s, ".build_version");
57
+ // Added in nightly-2022-07-21
58
+ let s = strip_lines(&s, ".no_dead_strip");
59
// We remove the __LLVM,__bitcode and __LLVM,__cmdline sections because
60
// they're uninteresting for out use-case.
61
//
0 commit comments