summaryrefslogtreecommitdiff
path: root/tools/llvm-link
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-09-18 23:31:10 +0000
committerAndrew Trick <atrick@apple.com>2013-09-18 23:31:10 +0000
commit2cccc6220cc351b52d2cd2d0b7139502e854b68d (patch)
treeab1e29c1c732267f8fc6e0407243499e46fea9a3 /tools/llvm-link
parentc1fe3e3b330d9404530abc2fbbd0f6d1fa64ce01 (diff)
downloadllvm-2cccc6220cc351b52d2cd2d0b7139502e854b68d.tar.gz
llvm-2cccc6220cc351b52d2cd2d0b7139502e854b68d.tar.bz2
llvm-2cccc6220cc351b52d2cd2d0b7139502e854b68d.tar.xz
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-link')
-rw-r--r--tools/llvm-link/llvm-link.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-link/llvm-link.cpp b/tools/llvm-link/llvm-link.cpp
index 652c414a9d..99cca2322d 100644
--- a/tools/llvm-link/llvm-link.cpp
+++ b/tools/llvm-link/llvm-link.cpp
@@ -70,7 +70,7 @@ int main(int argc, char **argv) {
// Print a stack trace if we signal out.
sys::PrintStackTraceOnErrorSignal();
PrettyStackTraceProgram X(argc, argv);
-
+
LLVMContext &Context = getGlobalContext();
llvm_shutdown_obj Y; // Call llvm_shutdown() on exit.
cl::ParseCommandLineOptions(argc, argv, "llvm linker\n");