Prefix native systemlibs with /:systemlib
commit911657add39e0e5756342b1dd15cf606e9532a40
authorJordan DeLong <jdelong@fb.com>
Tue, 15 Apr 2014 02:01:45 +0000 (14 19:01 -0700)
committerSara Golemon <sgolemon@fb.com>
Tue, 15 Apr 2014 16:41:57 +0000 (15 09:41 -0700)
tree104dda7c144e82233794151917f26d42e5536c11
parenteaecf888a70f933c218c007bf5d6a1157da94c35
Prefix native systemlibs with /:systemlib

Now that they are in the repo, using the empty string can
cause problems: attempts to access illegal paths will try to load
these because File::TranslatePathKeepRelative returns "" for a
failure.

Reviewed By: @bertmaher

Differential Revision: D1275493
hphp/compiler/analysis/emitter.cpp
hphp/hhbbc/debug.cpp
hphp/hhbbc/unit-util.cpp
hphp/runtime/vm/unit.h
hphp/util/file-util.cpp