From: Brian Norris Date: Sat, 1 Jun 2013 00:46:34 +0000 (-0700) Subject: README: extra "from" X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=commitdiff_plain;h=299acd153fa357fbc31e2877a37d8eb9d64f309e;hp=5fce214bd21e55c46398c08671abca10723ba213 README: extra "from" --- diff --git a/README b/README index cdeea6e..e4a85bd 100644 --- a/README +++ b/README @@ -134,7 +134,7 @@ We only support C11 thread syntax (thrd_t, etc. from ). Test programs may also use our included happens-before race detector by including and utilizing the appropriate functions (store_{8,16,32,64}() and load_{8,16,32,64}()) for loading/storing data from/to -from non-atomic shared memory. +non-atomic shared memory. Test programs should be compiled against our shared library (libmodel.so) using the headers in the include/ directory. Then the shared library must be made