Assembler output is checked against msp430-gcc 9.2.0.50 from TI.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Time | Test | |
---|---|---|
140 ms | linux > Profile-x86_64.Posix::Unknown Unit Message ("") |
Event Timeline
clang/test/CodeGen/msp430-abi-complex.c | ||
---|---|---|
9 | What's about Complex Int? |
Support int/long/long long _Complex types (GCC extension). According to msp430-gcc v9.2.0, they behave identically.
What's about Complex Int?