Skip to content

Commit 0c10d9b

Browse files
committed
Move updated rocgdb CI script from TheRock to rocgdb
The CI scripts should live within their components as opposed to within TheRock. This change makes that happen.
1 parent 2ca1ef1 commit 0c10d9b

8 files changed

Lines changed: 2460 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"Generic": [
3+
],
4+
"GCC": [],
5+
"LLVM": [
6+
"gdb.dwarf2/dw2-case-insensitive.exp",
7+
"gdb.dwarf2/dw2-cp-infcall-ref-static.exp",
8+
"gdb.dwarf2/dw2-entry-value.exp",
9+
"gdb.dwarf2/dw2-inline-param.exp",
10+
"gdb.dwarf2/dw2-param-error.exp",
11+
"gdb.dwarf2/dw2-skip-prologue.exp",
12+
"gdb.dwarf2/dw2-unresolved.exp",
13+
"gdb.dwarf2/fission-dw-form-strx.exp",
14+
"gdb.dwarf2/pr13961.exp"
15+
]
16+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add suppression patterns here, one per line.
2+
# See https://clang.llvm.org/docs/AddressSanitizer.html#suppressing-reports-in-external-libraries
3+
# for the AddressSanitizer suppression file format.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add suppression patterns here, one per line.
2+
# See https://clang.llvm.org/docs/HardwareAssistedAddressSanitizerDesign.html
3+
# for the HWAddressSanitizer documentation and suppression details.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add suppression patterns here, one per line.
2+
# See https://clang.llvm.org/docs/LeakSanitizer.html
3+
# for the LeakSanitizer documentation and suppression details.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add suppression patterns here, one per line.
2+
# See https://clang.llvm.org/docs/MemorySanitizer.html
3+
# for the MemorySanitizer documentation and suppression details.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add suppression patterns here, one per line.
2+
# See https://clang.llvm.org/docs/ThreadSanitizer.html#suppressing-reports
3+
# for the ThreadSanitizer suppression file format.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add suppression patterns here, one per line.
2+
# See https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html#runtime-suppressions
3+
# for the UndefinedBehaviorSanitizer suppression file format.

0 commit comments

Comments
 (0)