| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-05-23 | codegen: allow extra attributes to functions when panic=abort | Pietro Albini | -2/+2 | |
| When compiling with panic=abort (or using a target that doesn't have unwinding support), the compiler adds the "nounwind" attribute to functions. This results in a different LLVM IR, which results in a #NNN added after the function name: tail call void @bar() #13, !dbg !467 attributes #13 = { nounwind } ...instead of: tail call void @bar(), !dbg !467 This commit changes the matchers to swallow the #NNN, as it's not needed for these specific tests. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+24 | |
