repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ORC] Fail materialization in tasks that are destroyed before running.
[llvm-project.git]
/
compiler-rt
/
test
/
asan
/
TestCases
/
Helpers
/
ignorelist-extra.cpp
blob
1d99df5ae33e113bc37aa744d9821dbda700ce27
1
// This function is broken, but this file is ignorelisted
2
int
externalBrokenFunction
(
int
argc
) {
3
char
x
[
10
] = {
0
};
4
return
x
[
argc
*
10
];
// BOOM
5
}