Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LG
clang/test/CodeGen/ppc64le-varargs-f128.c | ||
---|---|---|
8 | For generic ELF behaviors, you can write -triple powerpc64le (or the longer powerpc64-unknown-unknown). This makes it clear the behavior applies to many other ELF based OSes (e.g. FreeBSD). | |
31 | Consider adding an open parenthesis (define void @omp() to avoid potential clashes with other function names which may start with @omp |
For generic ELF behaviors, you can write -triple powerpc64le (or the longer powerpc64-unknown-unknown). This makes it clear the behavior applies to many other ELF based OSes (e.g. FreeBSD).