File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# UNSUPPORTED: system-windows
2
2
#
3
- # RUN: %clang_host -g -O0 %S/Inputs/main.c -o %t.out
3
+ # RUN: %clang -g -O0 %S/Inputs/main.c -o %t.out
4
4
# RUN: %lldb -b -o 'help breakpoint set' -o 'breakpoint set -f main.c -l 2 -u 21' %t.out | FileCheck %s --check-prefix HELP --check-prefix CHECK
5
5
# RUN: %lldb -b -o 'help _regexp-break' -o 'b main.c:2:21' %t.out | FileCheck %s --check-prefix HELP-REGEX --check-prefix CHECK
6
6
# HELP: -u <column> ( --column <column> )
Original file line number Diff line number Diff line change @@ -470,6 +470,6 @@ ErrorOr<std::string> FileSystem::GetExternalPath(const FileSpec &file_spec) {
470
470
471
471
void FileSystem::AddFile (const llvm::Twine &file) {
472
472
if (m_collector && !llvm::sys::fs::is_directory (file)) {
473
- m_collector->addFile (file);
473
+ m_collector->AddFile (file);
474
474
}
475
475
}
You can’t perform that action at this time.
0 commit comments