[all-commits] [llvm/llvm-project] f07b3d: Add #includes so that ROCm.h is compilable stand-a...
Sterling-Augustine via All-commits
all-commits at lists.llvm.org
Mon Jun 8 14:18:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f07b3d41e73979e46f468dbaa27866bbb53c1ab6
https://github.com/llvm/llvm-project/commit/f07b3d41e73979e46f468dbaa27866bbb53c1ab6
Author: Sterling Augustine <saugustine at google.com>
Date: 2020-06-08 (Mon, 08 Jun 2020)
Changed paths:
M clang/lib/Driver/ToolChains/ROCm.h
Log Message:
-----------
Add #includes so that ROCm.h is compilable stand-alone.
Summary:
ROCm.h had been getting the declarations for various data structures
by being #included next to them, rather than #includeing them itself.
This change fixes that by explicitly including the appropriate headers.
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D81432
More information about the All-commits
mailing list