diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-11-18 07:41:10 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-12-04 20:15:21 -0800 |
| commit | 5ce09bcfa26634cb9a149bbc6363b39d96363bcb (patch) | |
| tree | 08f667b7bfb8e76f3380fbe5b9dc0c9b403f31b4 /src/test/codegen | |
| parent | fdc0011561c6365c596dfd8fa1ef388162bc89c7 (diff) | |
| download | rust-5ce09bcfa26634cb9a149bbc6363b39d96363bcb.tar.gz rust-5ce09bcfa26634cb9a149bbc6363b39d96363bcb.zip | |
Disable gdb pretty printer global section on wasm targets
The wasm targets don't support gdb anyway so there's no need for this section there.
Diffstat (limited to 'src/test/codegen')
| -rw-r--r-- | src/test/codegen/gdb_debug_script_load.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/codegen/gdb_debug_script_load.rs b/src/test/codegen/gdb_debug_script_load.rs index 2e8dc7b6f36..178269f611e 100644 --- a/src/test/codegen/gdb_debug_script_load.rs +++ b/src/test/codegen/gdb_debug_script_load.rs @@ -1,6 +1,8 @@ // ignore-tidy-linelength // ignore-windows // ignore-macos +// ignore-wasm +// ignore-emscripten // compile-flags: -g -C no-prepopulate-passes |
