This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
source
/
Plugins
/
Platform
History
Greg Clayton
c1ae724757
Fixed a warning in PlatformiOSSimulator where GetSDKDirectory was hiding recently added virtual function. Renamed GetSDKDirectory to GetSDKsDirectory to fix the issue. GetSDKsDirectory is a better fit because it finds the directory that contains all SDKs, not the current one.
...
llvm-svn: 193707
2013-10-30 18:40:41 +00:00
..
FreeBSD
Don't hide errors in PlatformFreeBSD::ResolveExecutable
2013-08-30 18:00:50 +00:00
gdb-server
Convert to UNIX line endings.
2013-09-25 10:37:32 +00:00
Linux
Turns out the number of times you need to resume the process for /bin/sh depends on the
2013-09-11 18:23:22 +00:00
MacOSX
Fixed a warning in PlatformiOSSimulator where GetSDKDirectory was hiding recently added virtual function. Renamed GetSDKDirectory to GetSDKsDirectory to fix the issue. GetSDKsDirectory is a better fit because it finds the directory that contains all SDKs, not the current one.
2013-10-30 18:40:41 +00:00
POSIX
Convert to UNIX line endings.
2013-09-25 10:37:32 +00:00
Windows
Unbreak the gcc build (complain about duplicate definition of Initialize/Terminate (done in the cpp code)
2013-10-16 09:12:15 +00:00
CMakeLists.txt
Patch to add PlatformWindows, based on Carlo Kok's version from the Windows branch.
2013-10-15 12:32:12 +00:00
Makefile
Update makefiles to build PlatformWindows
2013-10-15 13:52:20 +00:00