[all-commits] [llvm/llvm-project] fc12a6: [OpenMP][AMDGPU] Skip backend and assemble phases ...
pdhaliwal-amd via All-commits
all-commits at lists.llvm.org
Mon Mar 15 21:58:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc12a64ecc71bf6789b3ca67d3cda77acc8785f9
https://github.com/llvm/llvm-project/commit/fc12a64ecc71bf6789b3ca67d3cda77acc8785f9
Author: Pushpinder Singh <Pushpinder.Singh at amd.com>
Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths:
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/AMDGPUOpenMP.cpp
M clang/test/Driver/amdgpu-openmp-toolchain.c
Log Message:
-----------
[OpenMP][AMDGPU] Skip backend and assemble phases for amdgcn
Remove emit-llvm-bc from addClangTargetOptions as it conflicts with -E for save-temps.
AMDGCN does not yet support linking object files so backend and assemble actions are
skipped, leaving LLVM IR as the output format.
Reviewed By: JonChesterfield, ronlieb
Differential Revision: https://reviews.llvm.org/D96769
More information about the All-commits
mailing list