Skip to content

Commit 4e9fa6d

Browse files
Adapt upstream API change from r319082.
PiperOrigin-RevId: 177173806
1 parent 92d65fe commit 4e9fa6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/gpu_backend_lib.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ limitations under the License.
3434
#include "llvm/Analysis/TargetTransformInfo.h"
3535
#include "llvm/Bitcode/BitcodeReader.h"
3636
#include "llvm/Bitcode/BitcodeWriter.h"
37-
#include "llvm/CodeGen/CommandFlags.h"
37+
#include "llvm/CodeGen/CommandFlags.def"
3838
#include "llvm/IR/LLVMContext.h"
3939
#include "llvm/IR/LegacyPassManager.h"
4040
#include "llvm/IR/Module.h"

0 commit comments

Comments
 (0)