Browse Source

Edited README to reflect that we have frameworks now

HOLZSCHUCH Nicolas 7 years ago
parent
commit
a58e085f5c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.txt

+ 2 - 2
README.txt

@@ -99,8 +99,8 @@ X make it easier to add llvm binaries to existing iOS projects, with associated
 X added external functions for exit, print, abort, system, exec... (both interpreter and JIT)
 - check that memory is freed when LLVM exits, that all flags are reset
 - create a "fake libc" for functions that don't work with FFI (qsort, bsearch,...)
-- create dynamic libraries instead of executables
-- create frameworks with the dynamic libraries
+X create static libraries instead of executables
+X create frameworks with the static libraries
 
 LLVM iOS version wish list:
 ===========================