[cfe-commits] r145941 - in /cfe/trunk: include/clang/Basic/ lib/Lex/ test/Modules/ test/Modules/Inputs/DependsOnModule.framework/ test/Modules/Inputs/DependsOnModule.framework/Frameworks/ test/Modules/Inputs/DependsOnModule.framework/Frameworks/S

NAKAMURA Takumi geek4civic at gmail.com
Thu Dec 8 07:59:31 PST 2011


Doug, I compared behavior on two hosts, linux and win32.

I added debug hooks in FileManager::getDirectory() and getFile().

They, as below, are queried on linux but not on win32.

( D means getDirectory and F means getFile)

HTH, ...Takumi

<D:-:/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Frameworks/SubFramework.framework/Headers/SubFramework>
<F:-:/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Frameworks/SubFramework.framework/Headers/SubFramework/Other.h>
<D:-:/build/lib/clang/3.1/include/SubFramework>
<D:0:/build/lib/clang/3.1/include/SubFramework>
<F:-:/build/lib/clang/3.1/include/SubFramework/Other.h>
<D:1:/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Frameworks/SubFramework.framework/>
<D:1:/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Frameworks/SubFramework.framework/Headers>
<F:h:/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Frameworks/SubFramework.framework/Headers/Other.h>



More information about the cfe-commits mailing list