This is an archive of the discontinued LLVM Phabricator instance.

[NFC] [Clang] Fix ppc64le vaarg OpenMP test in CodeGen
ClosedPublic

Authored by qiucf on Dec 2 2020, 11:13 PM.

Diff Detail

Event Timeline

qiucf created this revision.Dec 2 2020, 11:13 PM
qiucf requested review of this revision.Dec 2 2020, 11:13 PM

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

qiucf marked 2 inline comments as done.Dec 3 2020, 7:29 PM

Thanks!

This revision was not accepted when it landed; it landed in state Needs Review.Dec 3 2020, 7:30 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptDec 3 2020, 7:30 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
clang/test/CodeGen/ppc64le-varargs-f128.c