aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/FileOutputBuffer.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-05-18 20:05:35 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-05-18 20:05:35 +0000
commit44a8c7233aaf6edf77ab864b68a64690562e278a (patch)
tree8da3c529c4ba83020be8a06452f471d9cc7c895d /llvm/lib/Support/FileOutputBuffer.cpp
parentb2aa4726d2473c1535192503a075e313ddd2232d (diff)
downloadllvm-44a8c7233aaf6edf77ab864b68a64690562e278a.zip
llvm-44a8c7233aaf6edf77ab864b68a64690562e278a.tar.gz
llvm-44a8c7233aaf6edf77ab864b68a64690562e278a.tar.bz2
profile: explicitly initialize file name in the test
The instrprofile-write-file-only test was failing on the builtbots. The runtime library initialization is explicitly being discarded to avoid the atexit hook. However, this would also prevent the filename from being initialized. Thus, when the write file was invoked, the filename would not be setup, and the test would fail as the profiling data would never be written out. Explicitly initialize the filename to ensure that the data is written out when requested. This should hopefully finally get the build bots all green again. llvm-svn: 209099
Diffstat (limited to 'llvm/lib/Support/FileOutputBuffer.cpp')
0 files changed, 0 insertions, 0 deletions