File tree 3 files changed +3
-6
lines changed 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- // ===--- UEFI.h - UEFI ToolChain Implementations ----------*- C++ -* -===//
1
+ // ===--- UEFI.cpp - UEFI ToolChain Implementations ---------------------- -===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 12
12
#include " clang/Driver/Tool.h"
13
13
#include " clang/Driver/ToolChain.h"
14
14
15
- namespace clang {
16
- namespace driver {
15
+ namespace clang ::driver {
17
16
namespace tools {
18
17
namespace uefi {
19
18
class LLVM_LIBRARY_VISIBILITY Linker : public Tool {
@@ -55,7 +54,6 @@ class LLVM_LIBRARY_VISIBILITY UEFI : public ToolChain {
55
54
};
56
55
57
56
} // namespace toolchains
58
- } // namespace driver
59
- } // namespace clang
57
+ } // namespace clang::driver
60
58
61
59
#endif // LLVM_CLANG_LIB_DRIVER_TOOLCHAINS_UEFI_H
Original file line number Diff line number Diff line change 1
1
// RUN: %clang -target x86_64-unknown-uefi -S -emit-llvm -o - %s | \
2
2
// RUN: FileCheck --check-prefix=X86_64_UEFI %s
3
3
// X86_64_UEFI: target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
4
-
You can’t perform that action at this time.
0 commit comments