Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving LLVM tests #10

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion clang/test/CodeGen/sanitize-coverage-old-pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// UNSUPPORTED: armv7, armv7l, thumbv7, armv8l
// The same issue also occurs on a riscv32 host.
// XFAIL: riscv32, nanomips
nikolaperic marked this conversation as resolved.
Show resolved Hide resolved
>>>>>>> 2c4958ebdae8 (Disable sanitize-coverage-old-pm.c for nanoMIPS)

int x[10];

Expand Down
2 changes: 0 additions & 2 deletions clang/test/Modules/ExtDebugInfo.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// No object emitter on nanomips
// UNSUPPORTED: nanomips
// RUN: rm -rf %t
// Test that only forward declarations are emitted for types defined in modules.

Expand Down