Skip to content

Commit

Permalink
llvm.Builder: add !nosanitize API
Browse files Browse the repository at this point in the history
work in progress commit that adds !nosanitize to all instructions.

output is wrong:

```
opt: /home/andy/dev/llvm-project-18/llvm/include/llvm/AsmParser/LLParser.h:93: bool llvm::ValID::operator<(const llvm::ValID&) const: Assertion `Kind == RHS.Kind && "Comparing ValIDs of different kinds"' failed.
    ()
    ()
```

working on #20992
  • Loading branch information
andrewrk committed Aug 19, 2024
1 parent 7071d1b commit dca1ddb
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 79 deletions.
Loading

0 comments on commit dca1ddb

Please sign in to comment.